home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / TARFILE.GZ / tarfile / ch_3.6 / subsample / subsample.mak < prev    next >
Text File  |  1999-09-11  |  9KB  |  265 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=subsample - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to subsample - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "subsample - Win32 Release" && "$(CFG)" !=\
  12.  "subsample - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "subsample.mak" CFG="subsample - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "subsample - Win32 Release" (based on\
  22.  "Win32 (x86) Console Application")
  23. !MESSAGE "subsample - Win32 Debug" (based on "Win32 (x86) Console Application")
  24. !MESSAGE 
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF 
  27.  
  28. !IF "$(OS)" == "Windows_NT"
  29. NULL=
  30. !ELSE 
  31. NULL=nul
  32. !ENDIF 
  33. ################################################################################
  34. # Begin Project
  35. # PROP Target_Last_Scanned "subsample - Win32 Debug"
  36. RSC=rc.exe
  37. CPP=cl.exe
  38.  
  39. !IF  "$(CFG)" == "subsample - Win32 Release"
  40.  
  41. # PROP BASE Use_MFC 0
  42. # PROP BASE Use_Debug_Libraries 0
  43. # PROP BASE Output_Dir "Release"
  44. # PROP BASE Intermediate_Dir "Release"
  45. # PROP BASE Target_Dir ""
  46. # PROP Use_MFC 0
  47. # PROP Use_Debug_Libraries 0
  48. # PROP Output_Dir "Release"
  49. # PROP Intermediate_Dir "Release"
  50. # PROP Target_Dir ""
  51. OUTDIR=.\Release
  52. INTDIR=.\Release
  53. # Begin Custom Macros
  54. ProjDir=.
  55. # End Custom Macros
  56.  
  57. ALL : "$(OUTDIR)\subsample.exe" "..\..\bindosr\subsample.exe"
  58.  
  59. CLEAN : 
  60.     -@erase "..\..\bindosr\subsample.exe"
  61.     -@erase ".\Release\subsample.exe"
  62.     -@erase ".\Release\convolve1r.obj"
  63.     -@erase ".\Release\subsample.obj"
  64.     -@erase ".\Release\smoothr.obj"
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  70. # ADD CPP /nologo /W3 /GX /O2 /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  71. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "..\..\libimage" /I\
  72.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  73.  /Fp"$(INTDIR)/subsample.pch" /YX /Fo"$(INTDIR)/" /c 
  74. CPP_OBJS=.\Release/
  75. CPP_SBRS=
  76. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  77. # ADD RSC /l 0x409 /d "NDEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)/subsample.bsc" 
  82. BSC32_SBRS=
  83. LINK32=link.exe
  84. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  85. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Release\libimage.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  86. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  87.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  88.  odbccp32.lib ..\..\libimage\Release\libimage.lib\
  89.  ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libip\Release\libip.lib /nologo\
  90.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/subsample.pdb" /machine:I386\
  91.  /out:"$(OUTDIR)/subsample.exe" 
  92. LINK32_OBJS= \
  93.     "$(INTDIR)/convolve1r.obj" \
  94.     "$(INTDIR)/subsample.obj" \
  95.     "$(INTDIR)/smoothr.obj"
  96.  
  97. "$(OUTDIR)\subsample.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  98.     $(LINK32) @<<
  99.   $(LINK32_FLAGS) $(LINK32_OBJS)
  100. <<
  101.  
  102. # Begin Custom Build
  103. ProjDir=.
  104. InputPath=.\Release\subsample.exe
  105. InputName=subsample
  106. SOURCE=$(InputPath)
  107.  
  108. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  109.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  110.  
  111. # End Custom Build
  112.  
  113. !ELSEIF  "$(CFG)" == "subsample - Win32 Debug"
  114.  
  115. # PROP BASE Use_MFC 0
  116. # PROP BASE Use_Debug_Libraries 1
  117. # PROP BASE Output_Dir "Debug"
  118. # PROP BASE Intermediate_Dir "Debug"
  119. # PROP BASE Target_Dir ""
  120. # PROP Use_MFC 0
  121. # PROP Use_Debug_Libraries 1
  122. # PROP Output_Dir "Debug"
  123. # PROP Intermediate_Dir "Debug"
  124. # PROP Target_Dir ""
  125. OUTDIR=.\Debug
  126. INTDIR=.\Debug
  127. # Begin Custom Macros
  128. ProjDir=.
  129. # End Custom Macros
  130.  
  131. ALL : "$(OUTDIR)\subsample.exe" "..\..\bindosd\subsample.exe"
  132.  
  133. CLEAN : 
  134.     -@erase ".\Debug\vc40.pdb"
  135.     -@erase ".\Debug\vc40.idb"
  136.     -@erase ".\Debug\subsample.ilk"
  137.     -@erase ".\Debug\subsample.obj"
  138.     -@erase ".\Debug\smoothr.obj"
  139.     -@erase ".\Debug\convolve1r.obj"
  140.     -@erase ".\Debug\subsample.pdb"
  141.     -@erase "..\..\bindosd\subsample.exe"
  142.     -@erase ".\Debug\subsample.exe"
  143.  
  144. "$(OUTDIR)" :
  145.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  146.  
  147. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  148. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  149. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "..\..\libimage" /I\
  150.  " ..\..\libtiff\libtiff" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  151.  /Fp"$(INTDIR)/subsample.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  152. CPP_OBJS=.\Debug/
  153. CPP_SBRS=
  154. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  155. # ADD RSC /l 0x409 /d "_DEBUG"
  156. BSC32=bscmake.exe
  157. # ADD BASE BSC32 /nologo
  158. # ADD BSC32 /nologo
  159. BSC32_FLAGS=/nologo /o"$(OUTDIR)/subsample.bsc" 
  160. BSC32_SBRS=
  161. LINK32=link.exe
  162. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  163. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libimage\Debug\libimage.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  164. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  165.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  166.  odbccp32.lib ..\..\libimage\Debug\libimage.lib\
  167.  ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libip\Debug\libip.lib /nologo\
  168.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/subsample.pdb" /debug\
  169.  /machine:I386 /out:"$(OUTDIR)/subsample.exe" 
  170. LINK32_OBJS= \
  171.     "$(INTDIR)/subsample.obj" \
  172.     "$(INTDIR)/smoothr.obj" \
  173.     "$(INTDIR)/convolve1r.obj"
  174.  
  175. "$(OUTDIR)\subsample.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  176.     $(LINK32) @<<
  177.   $(LINK32_FLAGS) $(LINK32_OBJS)
  178. <<
  179.  
  180. # Begin Custom Build
  181. ProjDir=.
  182. InputPath=.\Debug\subsample.exe
  183. InputName=subsample
  184. SOURCE=$(InputPath)
  185.  
  186. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  187.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  188.  
  189. # End Custom Build
  190.  
  191. !ENDIF 
  192.  
  193. .c{$(CPP_OBJS)}.obj:
  194.    $(CPP) $(CPP_PROJ) $<  
  195.  
  196. .cpp{$(CPP_OBJS)}.obj:
  197.    $(CPP) $(CPP_PROJ) $<  
  198.  
  199. .cxx{$(CPP_OBJS)}.obj:
  200.    $(CPP) $(CPP_PROJ) $<  
  201.  
  202. .c{$(CPP_SBRS)}.sbr:
  203.    $(CPP) $(CPP_PROJ) $<  
  204.  
  205. .cpp{$(CPP_SBRS)}.sbr:
  206.    $(CPP) $(CPP_PROJ) $<  
  207.  
  208. .cxx{$(CPP_SBRS)}.sbr:
  209.    $(CPP) $(CPP_PROJ) $<  
  210.  
  211. ################################################################################
  212. # Begin Target
  213.  
  214. # Name "subsample - Win32 Release"
  215. # Name "subsample - Win32 Debug"
  216.  
  217. !IF  "$(CFG)" == "subsample - Win32 Release"
  218.  
  219. !ELSEIF  "$(CFG)" == "subsample - Win32 Debug"
  220.  
  221. !ENDIF 
  222.  
  223. ################################################################################
  224. # Begin Source File
  225.  
  226. SOURCE=.\subsample.c
  227. DEP_CPP_SUBSA=\
  228.     ".\..\..\libimage\images.h"\
  229.     ".\..\..\libimage\tiffimage.h"\
  230.     
  231.  
  232. "$(INTDIR)\subsample.obj" : $(SOURCE) $(DEP_CPP_SUBSA) "$(INTDIR)"
  233.  
  234.  
  235. # End Source File
  236. ################################################################################
  237. # Begin Source File
  238.  
  239. SOURCE=.\smoothr.c
  240. DEP_CPP_SMOOT=\
  241.     ".\..\..\libimage\images.h"\
  242.     ".\..\..\libimage\tiffimage.h"\
  243.     
  244.  
  245. "$(INTDIR)\smoothr.obj" : $(SOURCE) $(DEP_CPP_SMOOT) "$(INTDIR)"
  246.  
  247.  
  248. # End Source File
  249. ################################################################################
  250. # Begin Source File
  251.  
  252. SOURCE=.\convolve1r.c
  253. DEP_CPP_CONVO=\
  254.     ".\..\..\libimage\images.h"\
  255.     ".\..\..\libimage\tiffimage.h"\
  256.     
  257.  
  258. "$(INTDIR)\convolve1r.obj" : $(SOURCE) $(DEP_CPP_CONVO) "$(INTDIR)"
  259.  
  260.  
  261. # End Source File
  262. # End Target
  263. # End Project
  264. ################################################################################
  265.